All Questions
16 questions
0votes
2answers
2kviews
How can I put an external link using xml/xslt [closed]
I have this xml <?xml-stylesheet type="text/xsl" href="almacen1.xsl"?> <almacen> <iva>1.21</iva> <producto id="p0001"> <nombre>SET DE LLAVES ...
1vote
1answer
401views
I need XSLT to filter XML by passing node values with pipe symbol
My input xml: <?xml version = "1.0" encoding = "UTF-8"?> <InfoReturn> <LicenseInfo> <licenseType>1</licenseType> <...
1vote
0answers
54views
XML dont get rendered for special charcters in the browser from SharePoint site [closed]
This may not be related to SharePoint but since I got this error from my SharePoint site, I am posting in this forum. So Please do not put it on hold. I have a properly generated XML file in one of ...
0votes
1answer
38views
differences in the XML returned in a DVWP vs list.asmx webservice for a plain text field with a URL
I'm trying to figure out why the XML returned in a DVWP is different then what is returned with the list.asmx webservice for a plain text field with a URL in it. I have a list with a plain text field....
1vote
2answers
418views
Hours and Minutes calculation in Dataview webpart
I have a DataView Webpart, to display XML data using XML File connection. I use the below formula to calculate the day difference between 2 dates: "(number(ddwrt:DateTimeTick(ddwrt:GenDisplayName(...
1vote
0answers
557views
Search Results XSLT add filename property and render document link
I'm attempting to configure the custom XSL for core results search web-part in 2010. The goal here is: Include File name property as a search target Display Link directly to the file I've ...
2votes
1answer
1kviews
How to show XML weather in sharepoint?
I'm quite a newbie with sharepoint and especially in XML. I would like to show this weather info in my Sharepoint. I'm using XML web part & XSLT formatting. http://api.openweathermap.org/data/2.5/...
1vote
0answers
2kviews
Execution of scripts was prohibited. Use the XsltSettings.EnableScript property to enable it
I have created a custom field in SharePoint 2010. I have a xsl file which does the Xslt rendering for item display in list view. I need to add some C# code to the xslt code. So I included code as ...
0votes
1answer
99views
I want to use a CQWP to show the list’s name description, any ideas?
I’ve been going around in circles a bit with some XSL (as it seems easy to do) and I was wondering if you have a quick fix for this too. I want to use a CQWP to show the list’s name and ...
1vote
1answer
4kviews
How do I View the Raw XML Output of a Content Query Web Part?
I would like to see the Raw XML that is output from a content query web part so that I can develop a custom xsl stylesheet for this. I have the publishing infrastructure enabled. I assume I can do ...
1vote
1answer
144views
XPath assistance [closed]
I created an XSLT translation for XML that looks like this that was workign as expected: <?xml version="1.0" encoding="utf-8"?> <bsar:BSAForm xmlns:bsar="http://www.fincen.gov/bsa/bsar/2011-...
0votes
0answers
715views
XML Viewer Web part: filter/setting/javascript/jquery to dynamically point to xml file
perhaps this is a silly question, but is there a way to use a filter, or some script, or a setting or something like that, in SP2010 to allow a user to select various xml documents from a library and ...
1vote
0answers
89views
Wierd format of Modified date and PublishingStart
Iam having trouble with date formats of these two fields: Modified and PublishingStartDate. They are different in format. Iam attaching how they display on my computer. I have regional settings set to ...
6votes
1answer
557views
SharePoint XML Web Part dynamically adding xml link
Is there a way to dynamically insert a variable in the <XMLLink> --variable here--</XMLLink> tag? I'm trying to read an URL parameter which will contain the xml files path. What I am ...
0votes
3answers
6kviews
SharePoint Foundation 2010 Blog Post XSLT Date Formatting
I'm using SharePoint Foundation 2010 and we've added a blog as a subsite. I want to show a 'recent blog posts' webpart on the main site page, so decided to go down the route of an XML webpart using ...